home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Jul 90 / MacApp.Tech$ 7⁄13⁄90 / 1576-Linker Resource Prob-Jul90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  3.0 KB  |  73 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  FRED.FORSMAN to PZZA.SLT
  2.  
  3. Item    8474709                         10-July-90        16:36PDT
  4.  
  5. From:   AACO                            Arthur Andersen, Glenn A Noga,VCA
  6.  
  7. To:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Linker Resource Problem
  10.  
  11. I have a problem with MPW that has me stumped.  A few days ago I started
  12. getting the following error from the linker when attempting to link (this
  13. happens both when compiling my code and code from Examples, such as Calc).
  14. Nothing on my Mac had changed during this transition from MacApp-Bliss to
  15. MacApp-Despair.  If I boot from an external drive, I am able to use my copy of
  16. MPW to link successfully.  I copied MPW, MacApp, and a complete System Folder
  17. from the  working drive and still get the same results.  In ResEdit MacApp.lib
  18. contains no resources at all, so what is the linker attempting to write?
  19.  
  20. mabuild SaleR -save -nodebug -link "-p" -rez "-d XIncludeOtherViewTypes=1"
  21. MABuildTool - v. 2.0 Release 3/22/90          Start: 3:10:12 PM 7/9/90
  22. Copyright Apple Computer, Inc. 1986-1990
  23. All Rights Reserved.
  24. AutoSaving…
  25. Target Folder: "Heliotrope:MPW:MacApp:SalesReport:.Non-Debug Files:"
  26. Making:        SaleR.MAMake
  27. Linking:       SaleR
  28. MC68000 Linker - v. 3.1 Release 18-September-1989          Start: 3:10:41 PM
  29. 7/9/90
  30. 3.1, Copyright Apple Computer, Inc. 1985-1989
  31.  All Rights Reserved.
  32. Reading files:
  33.   File:   1 "Heliotrope:MPW:MacApp:SalesReport:.Non-Debug Files:USaleR.p.o"
  34.   File:   2 "Heliotrope:MPW:MacApp:SalesReport:.Non-Debug Files:MSaleR.p.o"
  35.   File:   3 "Heliotrope:MPW:MacApp:SalesReport:BitMapToRegion.o"
  36.     …
  37.   File:  20 "Heliotrope:MPW:MacApp:SalesReport:.Non-Debug Files:USoundUnit.p.o"
  38.   File:  21 "Heliotrope:MPW:MacApp:Libraries:.Non-Debug Files:MacApp.lib"
  39.   File:  22 "Heliotrope:MPW:Libraries:PLibraries:SANElib.o"
  40.   File:  23 "Heliotrope:MPW:Libraries:Libraries:RunTime.o"
  41.   File:  24 "Heliotrope:MPW:Libraries:PLibraries:PasLib.o"
  42.   File:  25 "Heliotrope:MPW:Libraries:Libraries:Interface.o"
  43.   File:  26 "Heliotrope:MPW:Libraries:Libraries:ToolLibs.o"
  44.  
  45. Doing Method Table optimizations.
  46. Doing active analysis.
  47.   Max. depth of search: 55
  48. Size of global data area: 4224
  49. Input summary:
  50.   Read   Max              Bytes
  51.   4740       Strings
  52.     62       Str Blks    127348
  53.   5045 65535 Symbols     312790
  54.     43       ID-Sym Blks  44032
  55.     26       Files
  56.    169       Segments
  57.   4850       Modules
  58.  13311 65535 Ref. Lists  159732
  59.    Total bytes:   643902
  60. 2280 active and 324 visible entries of 4850 read.
  61.  45 segments, 1423 Jump Table entries.
  62. ### While reading file "Heliotrope:MPW:MacApp:Libraries:.Non-Debug
  63. Files:MacApp.lib"
  64. ### Link: Resource not found (OS error -192)
  65. ### Link: Error: Resource I/O error, # (Error 6) setting resource attributes.
  66. ### Link: Errors prevented normal completion.
  67. There was 1 error.
  68. Execution required 207 seconds.
  69. ### MPW Shell - Execution of Heliotrope:MPW:MacApp:SalesReport:.Non-Debug
  70. Files:SaleR.MakeIt terminated.
  71. ### MPW Shell - Execution of mabuild terminated.
  72.  
  73.